home *** CD-ROM | disk | FTP | other *** search
/ Your Mobile: Alcatel / Alcatel 2005.iso / Create Animation / setup.exe / setup.msi / Data1.cab / WizardAnim.swf / scripts / DefineSprite_260 / frame_1 / DoAction.as
Encoding:
Text File  |  2003-05-16  |  372 b   |  15 lines

  1. if(_root._ErrTxt != "")
  2. {
  3.    txt = _root._ErrTxt;
  4.    ErrTit = "Error";
  5. }
  6. else
  7. {
  8.    txt = "<b>Congratulations.</b>\nYour image %1% is now in your phone. You can find it in the images album.\nYou can use it as main screen image, send it with MMS, associate it with a contact, and many more...";
  9. }
  10. if(_root.CurrentLink == "None")
  11. {
  12.    gotoAndStop(2);
  13. }
  14. stop();
  15.